golang.org/x/net/http2.ClientConn.canTakeNewRequestLocked (method)

3 uses

	golang.org/x/net/http2 (current package)
		transport.go#L874: 	return cc.canTakeNewRequestLocked()
		transport.go#L979: func (cc *ClientConn) canTakeNewRequestLocked() bool {
		transport.go#L1577: 		if cc.closed || !cc.canTakeNewRequestLocked() {